home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00160_Script_volume 150
< prev
next >
Wrap
Text File
|
1999-05-31
|
675b
|
25 lines
on mouseDown
-- for 150
global gvolume,cspname
set wgrp to chars(cspname,1,1)
if (gvolume < 150) or (gvolume > 150) then
if gvolume = 0 then
set the member of sprite 106 to the number of member (wgrp&"vol0")
else
set the member of sprite 108 to the number of member (wgrp&"voll")
end if
set the member of sprite 107 to the number of member ("r"&wgrp&"volm")
set the soundlevel to 3
set the volume of sound 2 to 150
set the volume of sound 1 to 150
updateStage
if gvolume = 0 then
set the soundEnabled to true
updateStage
end if
set gvolume to 150
end if
end